home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / dexter.swf / scripts / DefineButton2_307 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2003-10-24  |  112 b   |  6 lines

  1. on(release){
  2.    goggle = eval("/:have" add _name.substr("2","3"));
  3.    call("change");
  4.    gotoAndStop(3);
  5. }
  6.